google.golang.org/grpc/internal/channelz.dummyEntry.idNotFound (field)

5 uses

	google.golang.org/grpc/internal/channelz (current package)
		funcs.go#L464: 	return &dummyEntry{idNotFound: id}
		types.go#L50: 	idNotFound int64
		types.go#L62: 	logger.Infof("attempt to add child of type %T with id %d to a parent (id=%d) that doesn't currently exist", e, id, d.idNotFound)
		types.go#L68: 	logger.Infof("attempt to delete child with id %d from a parent (id=%d) that doesn't currently exist", id, d.idNotFound)
		types.go#L72: 	logger.Warningf("attempt to delete an entry (id=%d) that doesn't currently exist", d.idNotFound)